SuppressedDataChanging Property (BaseCollection<T>)
In This Topic
Gets or set the
System.Boolean value specifying whether change events should not be fired.
Syntax
'Declaration
Public ReadOnly Property SuppressedDataChanging As Boolean
public bool SuppressedDataChanging {get;}
See Also